home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
bespoke
/
kids
/
power.swf
/
scripts
/
frame_50
/
DoAction.as
Wrap
Text File
|
2004-09-02
|
257b
|
13 lines
stop();
if(Number(gameScoreTxt) > highscore)
{
highscore = Number(gameScoreTxt);
}
if(Number(txtLevelCurrent) > highlevel)
{
highlevel = Number(txtLevelCurrent);
}
Mouse.show();
countdownTimer.stopTimer();
countdownTimer._visible = false;